home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Modules
/
BackSpaceModules
/
Source
/
MazeView
/
RandomIntPicker.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-01-09
|
173 b
|
16 lines
#import <appkit/appkit.h>
@interface RandomIntPicker:Object
{
int count;
int pickedInt;
}
- init;
- reset;
- (int) choice;
- (int) count;
- insert:(int)num;
@end